home *** CD-ROM | disk | FTP | other *** search
/ Champak 120 / Vol 120.iso / games / sheep_po.swf / scripts / frame_33 / DoAction.as
Encoding:
Text File  |  2010-11-09  |  168 b   |  15 lines

  1. if(grrOK < 1)
  2. {
  3.    grrOK += 0.1;
  4. }
  5. if(gameover == 0 and nuke == 0 and 0 < score)
  6. {
  7.    play();
  8. }
  9. else
  10. {
  11.    score = 0;
  12.    gotoAndStop("nuke");
  13.    play();
  14. }
  15.